test: update srgb_to_lab_u8 test
authorØyvind Kolås <pippin@gimp.org>
Tue, 30 Dec 2014 01:52:27 +0000 (02:52 +0100)
committerØyvind Kolås <pippin@gimp.org>
Tue, 30 Dec 2014 01:52:27 +0000 (02:52 +0100)
tests/srgb_to_lab_u8.c

index d3af0dde1a32e3a65d280fc3f598f8e73b5ec260..85856456910d68d1dc58f72180ff303e6f557e25 100644 (file)
@@ -32,12 +32,12 @@ unsigned char source_buf [PIXELS * 3] =
   0.0, 0.0, 255 };
 
 unsigned char reference_buf [PIXELS * 3] =
-{ 0,     128, 128,
+{ 0,   128, 128,
   136, 128, 128,
   255, 128, 128,
-  136, 208, 195,
-  224, 42,  211,
-  82,  207, 20 };
+  138, 209, 198,
+  224, 49,  209,
+  75,  196, 16 };
 
 unsigned char destination_buf [PIXELS * 3];